Welcome![Sign In][Sign Up]
Location:
Search - zigzag matlab

Search list

[Otherzigzag

Description: 用matlab实现zigzag扫描程序。-using Matlab achieve Zigzag scanning procedures.
Platform: | Size: 1033 | Author: 陈玉山 | Hits:

[SourceCodezigzag.rar

Description: using Matlab achieve Zigzag scanning procedures
Platform: | Size: 7758 | Author: doubao2@126.com | Hits:

[SourceCodezigzag.zip

Description: a paper entitled Zigzag Codes and Concatenated Zigzag Codes source code
Platform: | Size: 4045 | Author: netor4you@yahoo.com | Hits:

[Graph programDIP_dg

Description: JPEG图像压缩像素之扫描方法之一(zigzag scan)这是用的循环法-JPEG image compression Pixel scanning method (Zigzag scan) This is the cycle of Law
Platform: | Size: 594944 | Author: dg | Hits:

[Otherzigzag

Description: 用matlab实现zigzag扫描程序。-using Matlab achieve Zigzag scanning procedures.
Platform: | Size: 1024 | Author: 陈玉山 | Hits:

[Special Effectszigzag_kaiyuan

Description: 图形图象中dct变换中用到的zigzag扫描原代码是基于matlab中的开发-graphic images used Copy transform the Zigzag scanning source code is based on the Matlab Development
Platform: | Size: 1024 | Author: 付源 | Hits:

[Special Effectsizigzag_kaiyuan

Description: 图形图象中dct变换中用到的反zigzag扫描原代码是基于matlab中的开发-graphic images used Copy transform the anti-Zigzag scanning source code, which is based on Matlab Development
Platform: | Size: 1024 | Author: 付源 | Hits:

[Crack Hackzigzag

Description: % 这是参照 University of California 提供的 MPEG 源代码的基础上编制的。 %用分块方法(8x8的块)对图象做zigzag变换, %效率极高,程序简洁,属信息隐藏中常用的方法之一。 %作者:辽宁大学 信息学院 范铁生 %email:fts0@163.com- This is a reference to University of California to provide the MPEG source code based on the establishment. Of sub-block method (8x8 block) to make zigzag transform images, high efficiency and simple procedure, which is commonly used in information hiding methods. Author: Liaoning University School of Informatics Fan Tiesheng email: fts0@163.com
Platform: | Size: 1024 | Author: gao | Hits:

[Crack Hackizigzag

Description: % 这是参照 University of California 提供的 MPEG 源代码的基础上编制的。 %用分块方法(8x8的块)对图象做zigzag变换, %效率极高,程序简洁,属信息隐藏中常用的方法之一。 %作者:辽宁大学 信息学院 范铁生 %email:fts0@163.com- This is a reference to University of California to provide the MPEG source code based on the establishment. Of sub-block method (8x8 block) to make zigzag transform images, high efficiency and simple procedure, which is commonly used in information hiding methods. Author: Liaoning University School of Informatics Fan Tiesheng email: fts0@163.com
Platform: | Size: 1024 | Author: gao | Hits:

[Special EffectsImageProcessing

Description: 基本jpeg压缩源码,包括dct,量化,zigzag和huffman编码,适于数字图像处理开发人员。-Basic jpeg compression source, including dct, quantization, zigzag and huffman encoding, suitable for digital image processing developer.
Platform: | Size: 110592 | Author: 赵瑞 | Hits:

[Other107215765gosLyapunov

Description: matlabBank-Based Kalman Filtering Technique for] - A Filter-Bank-Based Kalman Filtering Technique for Wavelet Estimation and Decomposition of Random Signals.pdf [DIP_dg.rar] - JPEG图像压缩像素之扫描方法之一(zigzag scan)这是用的循环法 [imagethreshold.zip] - 老外编写的阈值分割代码,非常的好,强烈推荐下载 [contour.rar] - 利用OpenCV进行轮廓提取,很好用!对于初学openCv的人来说是个很好的入门例程 [lu.rar] - 路径识别 -matlabBank-Based Kalman Filtering Technique for]- A Filter-Bank-Based Kalman Filtering Technique for Wavelet Estimation and Decomposition of Random Signals.pdf [DIP_dg.rar]- JPEG image compression, one pixel of the scanning method (zigzag scan) This is used Cyclic Law [imagethreshold.zip]- foreigners prepared threshold segmentation code, very good, strongly recommend to download [contour.rar]- use OpenCV for contour extraction, very good use! OpenCv for the beginner who is a good entry-routines [lu.rar]- Path Recognition
Platform: | Size: 81920 | Author: | Hits:

[Special EffectsMZigZag

Description: ZIGZAG程序,实现对图像矩阵ZIGZAG顺序读取。通常作为函数调用。还有就是霍夫曼编码的程序,得到图像霍夫曼的编码-ZIGZAG procedures ZIGZAG image matrix to achieve the order read. Usually as a function call. There is the Huffman code procedure, the image encoding Hoffman
Platform: | Size: 2048 | Author: lulu | Hits:

[2D GraphicZigzag_izigzag

Description: Zigzag和iZigzag的程序及改进的Zigzag和iZigzag的程序。后者可以大幅提高运算效率-Zigzag and iZigzag procedures and improved Zigzag and iZigzag procedures. The latter can substantially increase the computing efficiency
Platform: | Size: 1024 | Author: 饥寒了 | Hits:

[OtherJPEGimageCompressiontechniquesimplementationandopt

Description: 摘 要 文章以空间监控系统为背景,深入研究了JPEG图像压缩标准的实现方法,并基于FPGA对其进行了实现和优化。文中给出了详细的实现方法和优化过程,测试表明达到了很好的效果。 简单介绍了有损静态图像压缩当前有两种比较流行的标准JPEG和JPEG2000。说明了用JPEG方法压缩的原因。 介绍JPEG基本原理:JPEG对灰度图像的压缩处理过程主要包括:图像分割,离散余弦变换(DCT),量化(Quantization),“Z”形排序(Zigzag Scan),差分脉冲编码调制(Differential Pulse Code Modulation,DPCM)对直流系数(DC),行程长度编码(Run-Length Encoding,RLE)对交流系数(AC),霍夫曼(Huffman)编码等。 JPEG标准的特点是离散余弦变换。 比较详细介绍压缩系统的构成和实现。实现提及步骤, JPEG压缩模块设计和编码模块实现细节。 -Abstract Article in the space monitoring system for the background, in-depth study of the JPEG image compression standard implementation methods and carried out based on FPGA implementation and optimization. In this paper, a detailed method of implementation and optimization of the process, testing showed that to achieve good results. Easy introduction of harmful static image compression has two kinds of comparisons that the current popular standard JPEG and JPEG2000. Illustrated by the reasons for JPEG compression method. JPEG introduce the basic principles: JPEG compression of gray-scale image processing include: image segmentation, discrete cosine transform (DCT), quantization (Quantization), "Z"-shaped sort (Zigzag Scan), differential pulse code modulation (Differential Pulse Code Modulation, DPCM) on the DC coefficient (DC), Run Length Encoding (Run-Length Encoding, RLE) of the exchange coefficient (AC), Hoffman (Huffman) coding. JPEG standard is characterized by discrete
Platform: | Size: 523264 | Author: 压子 | Hits:

[matlabjpeg_encode+decoderhojoon

Description: This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious. -This is a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious.
Platform: | Size: 3072 | Author: Ho Joon Lee | Hits:

[OtherDocuments

Description: This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious. -This is a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious.
Platform: | Size: 95232 | Author: Ho Joon Lee | Hits:

[matlabzigzag

Description: zigzag,此程式是运用在影像上面的工具,简单的作业程式。-zigzag, this program is a tool used in the image above, a simple job application.
Platform: | Size: 1024 | Author: Reo | Hits:

[matlabzigzag

Description: zig zag code using matlab
Platform: | Size: 2048 | Author: nayla | Hits:

[Waveletzigzag

Description: 实现二维数组的zigzag排序,将二维数组按zigzag排序后,整合成一个一维数组(To achieve two-dimensional array of zigzag sort, the two-dimensional array by zigzag sort, integrated into a one-dimensional array)
Platform: | Size: 1024 | Author: `海南的日光 | Hits:

[Graph Drawing运用matlab画出瑞利波的频散曲线

Description: 在前人工作的基础上对三层层状介质的瑞利波频散曲线进行了正演模拟研究,对假定的几组典型模型参数的频散曲线进行了认真分析。通过分析可知,各频散曲线之间是互不相交的,从而对此问题有了一个更清晰的认识。指出当低速软弱夹层存在时频散曲线的特点,并根据分析结果,说明”之“字形频散曲线的形成机理。(On the basis of previous work, the Rayleigh wave dispersion curves of three layered media are studied by forward simulation, and the dispersion curves of some assumed typical model parameters are carefully analyzed. Through the analysis, we can see that the dispersion curves are not intersected with each other, so we have a clearer understanding of this problem. It is pointed out that the characteristic of time dispersion curve exists in low-speed weak interlayer, and according to the analysis results, the formation mechanism of zigzag dispersion curve is explained.)
Platform: | Size: 105472 | Author: OldDriver集中营 | Hits:
« 12 3 4 »

CodeBus www.codebus.net